home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / programs / wb / zoom / zoom!.doc < prev    next >
Text File  |  1995-02-13  |  5KB  |  140 lines

  1.  
  2.                           Zoom!, version 1.3
  3.                        © 1993 by Stefano Reksten
  4.                      of 3AM - The Three Amigos !!!
  5.  
  6.                        Written using SAS/C v6.2
  7.                             and BtoC v2.7
  8.  
  9.  CONTENTS OF THIS FILE:
  10.  
  11.  o DISCLAIMER
  12.  o COPYRIGHT
  13.  o WHAT'S ZOOM! ?
  14.  o WHAT DOES ZOOM! NEED?
  15.  o WHY WOULD *YOU* NEED ZOOM! ?
  16.  o USING ZOOM! FROM CLI
  17.  o USING ZOOM! FROM WORKBENCH
  18.  o HISTORY
  19.  o KNOWN BUGS
  20.  o HOW TO CONTACT THE AUTHOR
  21.  
  22.  
  23.  DISCLAIMER
  24.  ---------------------------------------------------------------------------
  25.  The author is  NOT  responsible for  the  suitability or  accuracy of  this
  26.  documentation and/or the program(s)  it describes.  Any damage  directly or
  27.  indirectly caused by the use or  misuse of this  documentation  and/or  the
  28.  program(s) it describes is the sole responsibility of the user her/him self
  29.  ---------------------------------------------------------------------------
  30.  
  31.  COPYRIGHT
  32.  ---------------------------------------------------------------------------
  33.  Zoom! v1.3,  Copyright  ©  1993  Stefano  Reksten.   All  rights  reserved.
  34.  This program may be distributed  non-commercially only  providing that  the
  35.  executable,  source  code,  documentation  and   copyright  notices  remain
  36.  unchanged and  are included with the distribution.
  37.  The archive must contain the following directories/files:
  38.  
  39.     Zoom/
  40.         SOURCES/
  41.             Gadgets.c
  42.             GetOpts.c
  43.             makefile
  44.             Zoom!.c
  45.         .info
  46.         Zoom!
  47.         Zoom!.DOC
  48.         Zoom!.DOC.info
  49.         Zoom!.info
  50.     Zoom.info
  51.  
  52.  This program is FREEWARE.
  53.  
  54.  ---------------------------------------------------------------------------
  55.  
  56.  WHAT'S ZOOM! ?
  57.  
  58.  Zoom! simply opens  a small resizable window  on your WorkBench screen, and
  59.  zooms ;-) what's under your mouse pointer. To change view simply press your
  60.  RMB when Zoom!'s window is ACTIVE. You can change the zoom rate by clicking
  61.  on the "±" gadget. Timer device can be used to have an automatic re-zooming
  62.  on the last position. You can change the automatic zooming delay time using
  63.  the time gadgets, from NA ( Not Active ) to `?!', that's far far beyond 100
  64.  seconds.  The scaling factor and the delay time are  shown on Zoom!'s drag-
  65.  bar.
  66.  
  67.  ---------------------------------------------------------------------------
  68.  
  69.  WHAT DOES ZOOM! NEED?
  70.  
  71.  o    A standard A500 should be enough.
  72.  
  73.  ---------------------------------------------------------------------------
  74.  
  75.  WHY WOULD *YOU* NEED ZOOM! ?
  76.  
  77.  None knows! ;-) I made this program just for fun. You can use it to form up
  78.  your icons if you want!
  79.  
  80.  ---------------------------------------------------------------------------
  81.  
  82.  USING ZOOM! FROM CLI
  83.  
  84.  USAGE: Zoom! [SCALE factor] [AUTO delay] [LEFT pos] [TOP pos] [WIDTH val]
  85.               [HEIGHT val]
  86.  
  87.  Where SCALE specifies the magnification,  AUTO specifies the length in secs
  88.  before Zoom! re-zooms the last location,  LEFT & TOP  refer to the window's
  89.  position, WIDTH & HEIGHT refer to the window's dimensions.
  90.  
  91.  To launch Zoom!, type 'Zoom!' (doing so you can press CTRL-C to quit),   or
  92.  type 'run Zoom!' (and to quit, you should send him a break signal by tiping
  93.  'break <process_number>' from CLI).
  94.  You can also click on the window's close gadget to exit. :-)
  95.  
  96.  ---------------------------------------------------------------------------
  97.  
  98.  USING ZOOM! FROM WORKBENCH
  99.  
  100.  Double-click on its icon.
  101.  To exit click on the window's close gadget.
  102.  Clicking on '±' gadgets will modify the scaling factor through 2 to 15.
  103.  Clicking on the time gadgets will modify the auto-zooming delay.
  104.  
  105.  CLI options can be specified by writing them in the tooltypes.
  106.  ( E.g.: AUTO=5, WIDTH=100 ) Remember not to put spaces between the command,
  107.  the equate symbol and the value!
  108.  
  109.  ---------------------------------------------------------------------------
  110.  
  111.  HISTORY :
  112.  
  113.  v1.0 : Program created.
  114.     A person who liked it very much: Gianluca Marcoccia.
  115.  
  116.  v1.1 : '±' gadgets added.
  117.     To make him happier.
  118.  
  119.  v1.2 : Timer device plays with us.
  120.  
  121.  v1.3 : Improved timer options & zooming routine. AGA compatible.
  122.  
  123.  ---------------------------------------------------------------------------
  124.  
  125.  KNOWN BUGS:
  126.  
  127.     None.
  128.  
  129.  ---------------------------------------------------------------------------
  130.  
  131.  I have tested this program  on my 5-meg standard A2000 and on an A4000  and
  132.  it seemed to work correctly. If you find any bug or something weird or have
  133.  some  brilliant ideas  or want to tell me  how much time  I am losing doing
  134.  stupid things like this, or anything else, write to:
  135.  
  136.  Stefano Reksten
  137.  via priv. Lenoli 2/1
  138.  16035 Rapallo (GE)
  139.     ITALY
  140.